<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "gb2312";
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, select, input, textarea, button, p, blockquote, th, td, img, iframe { margin: 0; padding: 0; font: 14px arial,'Microsoft Yahei', "sans-serif"; }
table { border-collapse: collapse; border-spacing: 0 }
body, button, input, select, textarea { font: 14px/1.5 arial,'Microsoft Yahei', "sans-serif"; color: #333; border: none; outline: medium }
ul, li { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none }
IMG { BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; }
.c { CLEAR: both }
.inline { display: inline; }
a { text-decoration: none; }
.clear { clear: both; }
.clearfix:after { content: '.'; clear: both; display: block; height: 0; visibility: hidden; line-height: 0px; }
.clearfix { zoom: 1 }
#clear { clear: both; }
.fl { float: left; }
.fr { float: right; }
.c-width { width: 1300px; margin: 0 auto }
@media screen and (max-width:1300px) and (min-width:1200px) {
.c-width {width:95%;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
.c-width {width:95%;}
}
@media screen and (max-width:1079px) and (min-width:768px) {
.c-width {width:95%;}
}
@media screen and (max-width:767px) {
.c-width {width:95%;}
}

/* header css */
.header { background-color: #fff; }
.head_t { width: 100%; height: 35px; line-height: 35px; margin-bottom: 20px; border-bottom: 1px solid #ddd; }
.h_t_r span { margin: 0 10px; }
.header-main { height: 134px; }
.header-main .dh {float: left;margin: 30px 0 0;padding-left: 60px;background: url(../images/tel.jpg) no-repeat left center;height: 58px;width: 20%;box-sizing: border-box;}
.header-main .dh .t1 { font-size: 16px; margin-top: 5px; }
.header-main .dh .t2 { font-size: 28px; font-family: "Arial"; font-weight: bold; color: #e51e25; line-height: 30px; }
.header .logo {margin-top: 15px;width: 50%;}
.header .logo a {display:block;}
.header .logo img {max-height: 100%;max-width: 100%;}
.search-box {border: 1px solid #e51e25;height: 42px;margin-top: 40px;float:right;width: 25%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.search-box select { width: 99px; border-right: 1px solid #e51e25; height: 38px; padding-left: 6px; }
.search-box input {width: 75%;border: none;height: 40px;padding: 9px 0 9px 8px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;font-family:arial,'Microsoft Yahei', "sans-serif"!important;font-size:14px!important;line-height: 38px;}
.search-box .submit {background-color: #e51e25;color: #fff;text-align: center;line-height: 40px;width: 25%;cursor: pointer;font-family:arial,'Microsoft Yahei', "sans-serif"!important;font-size:14px!important;}
.search-box .submit:before { content: ""; width: 13px; height: 13px; background: url(../images/search-icon.png) no-repeat; display: inline-block; vertical-align: middle; margin: -2px 5px 0 0; }
.cyxx { font-size: 12px; color: #666; line-height: 16px; padding-top: 7px; }
.cyxx a { font-size: 12px; color: #666; margin-right: 15px; }

@media screen and (max-width:1199px) and (min-width:1080px) {
	
}
@media screen and (max-width:1079px) and (min-width:1024px) {
.header .logo{ width:60%;}
.header .logo img{max-width:100%;height:auto;}
.header-main .dh { display:none;}
.search-box{ width:35%;}

}
@media screen and (max-width:1023px) and (min-width:768px) {
.header-main { height:110px;}
.header .logo{ width:60%;}
.header .logo img{max-width:100%;height:auto;}
.header-main .dh { display:none;}
.search-box{ width:35%;}

}
@media (max-width: 767px) {
	.header-main { height:auto;}
.header .logo{ width:90%; margin-top:8px; float:none;}
.header .logo img{max-width:100%;height:auto;}
.header-main .dh { display:none;}
.search-box{ width:100%; float:none; margin:10px 0;}
}


/*导航*/
.ly_nav { width: 100%; margin: 0; background-color: #f6f6f6; border-bottom:3px solid #e51e25;}
.nav { width: 100%; height:50px; }
.nav_item { float: left; position: relative; margin: 0; width: 12.5%; }
.nav_item:after { content: ''; display: block; width: 100%; height: 50px; position: absolute; top: 0; left: 0; z-index: 0; }
.nav_item &gt; a { display: block; width: 100%; height: 50px; line-height:50px; color: #666; font-size: 16px; text-align: center; text-decoration: none; position: relative; z-index: 1; }
.nav_item:hover&gt;a { color: #fff; }
.nav_item:hover:after { background-color: #e51e25;}
.nav_item.on&gt;a { color: #fff; }
.nav_item.on:after { background-color: #e51e25; }
.nav_item &gt; a:hover:after { width: 50%; }
.nav_item &gt; a.active:after { width: 50%; }
.menu_open { display: none; }
.nav_item_open { width: 100%; height: auto; position: absolute; left: 0; top: 100%; z-index: 10; box-shadow: 0 4px 8px 0 rgba(0,12,49,0.1); background: rgba(0,0,0,.5); border-radius: 0; opacity: 0; visibility: hidden; -webkit-transform: translateY(34px); transform: translateY(34px); -webkit-transition: all .4s; transition: all .4s; overflow: hidden; border-top: 4px solid #01557a; margin-top: 0; }
.nav_item:hover .nav_item_open { visibility: visible; opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
.subopen { display: none; }
.nav_item2 { width: 100%; line-height: 48px; }
.nav_item2 a { display: block; padding: 0 4%; width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; color: #fff; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; }
.nav_item2:hover a { background-color: #e51e25; color: #fff; text-decoration: none; }
.hcover { display: none; }
@media screen and (max-width:1199px) and (min-width:1080px) {
.nav_item &gt; a { font-size: 15px; }
}
@media screen and (max-width:1079px) and (min-width:768px) {
.nav_item &gt; a { font-size: 15px; }
.nav_item:first-child &gt; a:before { display: none; }
}
@media screen and (max-width:767px) {
.ly_nav { position: static; width: auto; z-index: 9999999; background-color: #fff; border:0; }
.menu_open { display: block; float: right; width: 40px; height: 40px; padding: 5px 0; border: 1px solid #eaeaea; position: fixed; top: 15px; right: 2%; box-sizing: border-box; z-index: 999999; cursor: pointer }
.menu_open i { height: 2px; width: 50%; background-color: #e51e25; display: block; margin: 5px auto; }
.menu_open:active { background-color: #e51e25; border: 1px solid #e51e25; }
.menu_open:active i { background-color: #fff; }
.nav { width: 50%; height: 100%; position: fixed; top: 0; left: -50%; z-index: 9999999; overflow: hidden; background-color: #f6f6f6; }
.hcover { display: block; width: 50%; height: 100%; background: rgba(0,0,0,.5); position: fixed; right: -50%; top: 0; z-index: 9999999; }
.nav_ul { margin: 0; width: 100%; height: 100%; position: absolute; top: 0; left: 0; overflow-x: hidden; overflow-y: auto; padding-top: 10px; text-align: left; }
.nav_item { float: none; margin: 0; width: 100%; height: 50px; position: relative; }
.nav_item:after { content: ''; display: block; width: 100%; border-bottom: 1px solid rgba(0,0,0,.1); transform: skewX(0deg); -webkit-transform: skewX(0deg); -moz-transform: skewX(0deg); height: 50px; }
.nav_item &gt; a { display: block; height: 50px; line-height: 50px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; margin: 0; font-size: 14px; color: #666;  white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.nav_item &gt; a:active { background-color: #e51e25; }
.nav_item &gt; a:after { display: none; }
.nav_item i { position: absolute; z-index: 2; top: 0; right: 0; width: 100%; height: 100%; display: block; }
.nav_item i:after { content: ''; display: block; width: 8px; height: 8px; margin-bottom: -4px; border: 1px solid rgba(255,255,255,.5); border-top: 0; border-left: 0; position: absolute; bottom: 50%; right: 22px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.nav_item_open { width: 50%; height: 100%; margin: 0; box-shadow: none; background-color: #e51e25; border-radius: 0; opacity: 1; visibility: visible; -webkit-transform: translateY(0px); transform: translateY(0px); position: fixed; left: -50%; top: 0; border-top: none; }
.subopen { display: block; }
.subopen a { display: block; overflow: hidden; margin: 0; padding: 15px; white-space: nowrap; text-overflow: ellipsis; font-size: 14px; color: rgba(255,255,255,.5); background: rgba(0,0,0,.1); text-indent: 30px; position: relative; }
.subopen a:before { content: ''; display: block; width: 8px; height: 8px; position: absolute; bottom: 50%; left: 22px; margin-bottom: -4px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); border: 1px solid rgba(255,255,255,.5); border-right: 0; border-bottom: 0; }
.nav_item2 { position: relative; }
.nav_item2 a { width: 100%; display: block; line-height: 30px; height: 50px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; overflow: hidden; margin: 0; padding: 10px; white-space: nowrap; text-overflow: ellipsis; color: #fff; font-size: 14px; }
.nav_item2:after { content: ''; width: 100%; position: absolute; bottom: 0; left: 0; display: block; border-bottom-width: 1px; border-bottom-style: solid; border-bottom: 1px solid rgba(0,0,0,.1); }
.nav_item &gt; a:hover, .nav_item &gt; a.navon { background: none; }
.nav_item:first-child &gt; a:before { display: none; }
}

/*----宽屏*banner----*/
.apple-banner {width:100%;height:542px;overflow:hidden;margin:0 auto;}
.apple-banner .swiper-container {width:100%;height:100%;}
.apple-banner .swiper-button-prev,.apple-banner .swiper-button-next {width:15%;height:100%;top:0;background:none;}
.apple-banner .swiper-button-prev {left:0;}
.apple-banner .swiper-button-next {right:0;}
.apple-banner .swiper-button-prev span,.apple-banner .swiper-button-next span {display:block;width:64px;height:64px;position:absolute;right:0;top:50%;margin-top:-32px;border-radius:100%;opacity:1;-webkit-transition:opacity 0.5s ease;transition:opacity 0.5s ease;}
.apple-banner .swiper-button-prev:hover span,.swiper-button-next:hover span {opacity:1;}
/*分页器*/.apple-banner .swiper-pagination {top:auto;bottom:20px !important;background:none;}
.apple-banner  .swiper-pagination-bullets  span.swiper-pagination-bullet {display:inline-block;width:12px;height:12px;margin:0 5px;cursor:pointer;background:none;border-radius:50%;opacity:1;}
.apple-banner  .swiper-pagination-bullets span {width:50px;height:3px;display:block;background:rgba(255,255,255,0.8);}
.apple-banner .swiper-pagination-bullets span.swiper-pagination-bullet {background:rgba(255,255,255,0.8);}
.apple-banner  .swiper-pagination-bullets span.swiper-pagination-bullet-active {background-color:#da251c;}
.apple-banner  .swiper-pagination-bullet i {background-color:#ff7200;height:3px;transform:scaleX(0);transform-origin:0;display:block;}
.apple-banner .autoplay .firsrCurrent i {transition:transform 2.9s linear;transform:scaleX(1);}
.apple-banner .autoplay .current i {transition:transform 4s linear;transform:scaleX(1);}
.apple-banner  .autoplay .replace span {background-color:#fff;}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.apple-banner{height:450px;}
}
@media screen and (max-width:1079px) and (min-width:768px) {
	.apple-banner{height:300px;}	
}
@media screen and (max-width:767px) {
	.apple-banner{height:120px;}
}


/* footer css */

.container { width: 100%; margin: 0 auto; min-width: 1300px; position: relative; }
/*--footer--*/
.footer { overflow: hidden; background: #1d1d1d; margin-top: 0; border-top: 2px solid #e51e25; padding-top: 20px; }
.footer .ft-inner { padding: 20px 0 20px; overflow: hidden; }
.footer .ft-inner .leftCon {float: left;width: 80%;}
.footer .ft-inner .rightCon { float: right; width: 234px; }
.footer .ft-inner .ewm_sec{ margin-right:10px;}
.footer .ft-info { padding-top: 40px; overflow: hidden; }
.footer .ft-info .ft-logo {float: left;padding-right: 20px;height: 65px;overflow: hidden;width: 20%;}
.footer .ft-info .ft-logo img {display: block;max-width: 100%;max-height: 100%;}
.footer .ft-info .ft-tel, .footer .ft-info .ft-address {float: left;margin-top: 12px;padding-left: 65px;color: #bdbdbd;overflow: hidden;border-left: #3e3e3e solid 1px;}
.footer .ft-info .ft-tel {width: 30%;}
.footer .ft-info .ft-address {width: 30%;}
.footer .ft-info .ft-tel span, .footer .ft-info .ft-address span { display: block; font-size: 14px; }
.footer .ft-info .ft-tel span { background: url(../images/footer-email.png) left center no-repeat; padding-left: 20px; }
.footer .ft-info .ft-address span { background: url(../images/foter-position.png) left center no-repeat; padding-left: 20px; }
.footer .ft-info .ft-tel p { margin-top: 5px; font-size: 18px; font-family: Arial; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #bdbdbd; }
.footer .ft-info .ft-address p { margin-top: 5px; font-size: 16px; overflow: hidden; text-overflow: ellipsis; _white-space: nowrap; line-height: 24px; height:50px;}
.footer .ft-QRcode { overflow: hidden; float:left;}
.footer .ft-QRcode .pic { position: relative; padding: 6px; width: 100px; height: 100px; overflow: hidden; background: #fff; }
.footer .ft-QRcode .pic:after { display: block; position: absolute; left: 6px; top: 0; width: 102px; height: 30px; content: ""; background: url(../images/QRcde_light.png) no-repeat; transform: translateY(400%); animation: moveEwm 2s ease-out alternate infinite; }
.footer .ft-QRcode .pic img { display: block; width: 100px; height: 100px; }
.footer .ft-QRcode .tit { margin-top: 15px; height: 25px; line-height: 25px; font-size: 14px; color: #bdbdbd; text-align: center; }
.footer .ft-copyright { padding: 21px 0; line-height: 36px; font-size: 14px; overflow: hidden; border-top: #3e3e3e solid 1px; text-align: center; }
.footer .ft-copyright .fl { float: none; width: 100%; text-align: center; color: #4f5b69; }
.footer .ft-copyright .fl span { display: inline-block; margin-right: 20px; color: #bdbdbd; }
.footer .ft-copyright .fl a { color: #bdbdbd; }
.footer .ft-copyright .fl a:hover { color: #ffffff; }
.footer .ft-copyright .fr { float: right; }
.footer .ft-copyright .fr a { display: block; width: 170px; height: 50px; text-align: center; color: #fff; border: #fff solid 1px; }
.footer .ft-copyright .fr a:before { display: inline-block; margin-right: 10px; width: 16px; height: 16px; content: ""; vertical-align: middle; background: url(../images/yuyue.png) no-repeat; }
.footer .ft-copyright .fr a:hover { background: #5ba997; border-color: #5ba997; }
.footer .keyw { width: 100%; line-height: 24px; float: left; color: #bdbdbd; }
@keyframes moveEwm { 100% {
transform:translateY(0);
}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.footer .ft-inner .leftCon{ width:100%;float:none;}
	.footer .ft-info{padding-top:0;}
	.footer .ft-inner .rightCon{ width:234px; float:none; margin:0 auto;}
	
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.footer .ft-inner .leftCon{ width:100%;float:none;}
	.footer .ft-info{ padding-top:0;}
	.footer .ft-inner .rightCon{ width:234px; float:none; margin:0 auto;}

}
@media screen and (max-width:1023px) and (min-width:768px) {
.footer .ft-inner .leftCon{ display:none;}
.footer .ft-inner .rightCon{ width:234px; float:none; margin:0 auto;}
.footer .ft-QRcode .pic{ margin:0 auto;}
}
@media (max-width: 767px) {
.footer .ft-inner .leftCon{ display:none;}
.footer .ft-inner .rightCon{ width:234px; float:none; margin:0 auto;}
.footer .ft-QRcode .pic{ margin:0 auto;}
.footer .keyw{ display:none;}
}
/* index */
.main { background-color: #f5f5f5; padding-top:20px; }
.keyword { line-height: 1.1;  font-size: 15px;max-width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;display: block; }
.keyword span { color: #333; }
.keyword a { font-size: 15px; color: #666; margin-right: 20px; line-height:25px;}
.sidebar { width: 286px; background-color: #fff; overflow: hidden; }
.sidebar-til { padding-left: 80px; padding-top: 20px; padding-bottom: 10px; position: relative; background-color: #fff; height: 84px; border-bottom: 3px solid #e51e25; }

.sidebar-til:before { content: ""; position: absolute; width: 39px; height: 39px; background: url(../images/classify-icon.png) no-repeat; top: 35px; left: 25px; }
.sidebar-til .h2 { font-size: 28px; color: #e51e25; font-weight: normal; padding-top: 4px; }
.sidebar-til p { font-size: 16px; color: #e51e25; font-family: arial; line-height: 1; }
.sidebar li { border-top: 1px solid #ededed; position: relative; }
.sidebar li&gt;a { margin-left: 58px; font-size: 16px; color: #666; height: 59px; line-height: 59px; display: block; margin-right: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sidebar li&gt;a dd { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sidebar li:before { content: ""; position: absolute; width: 8px; height: 8px; background: url(../images/sidebar-icon.png) no-repeat; top: 26px; left: 31px; }
.sidebar_wz li&gt;a { margin-left: 58px; font-size: 16px; color: #666; height: 40px; line-height: 40px; display: block; margin-right: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sidebar_wz li:before { content: ""; position: absolute; width: 8px; height: 8px; background: url(../images/sidebar-icon.png) no-repeat; top: 16px; left: 31px; }
.sidebar li.on { background-color: #fef4f4; }
.sidebar li.on&gt;a { color: #da251c; font-weight: bold; cursor: pointer; }
.sidebar li.on:before { background-image: url(../images/sidebar-active.png); }


/*产品分类*/
.h_left{width:23%;float:left;background:#FFF;overflow:hidden;}
.cp_type .hd{background:#fff;padding: 30px 0 30px 80px;border-bottom: 3px solid #e51e25;position: relative;}
.cp_type .hd p{font-size:28px;font-weight:bold;color:#e51e25;}
.cp_type .hd p:before{content:'';display:inline-block;width:39px;height:39px;background: url(../images/classify-icon.png) left center no-repeat;vertical-align:middle;left: 25px;position: absolute;top: 40px;}
.cp_type .hd span{display:block;font-size:14px;color:#e51e25;font-family: arial;}
.cp_type .bd ul li p{background:#fff;height:59px;line-height:59px;}

.cp_type .bd ul li p a{font-size:16px;color:#333;display:block;width:74%;padding:0 0 0 6%;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;float:left;}
.cp_type .bd ul li p span{display:block;width:20%;height:100%;background:url(../images/sidebar-icon.png) center center no-repeat;cursor:pointer;float:left;}
.cp_type .bd ul li div{background:#fefbfb;display:none;}
.cp_type .bd ul li div a{display:block;height:45px;line-height:45px;color:#999;font-size:15px;border-top:1px solid #e7e5e5;padding:0 10% 0 10%;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.cp_type .bd ul li div a:first-child{border-top:0;}
.cp_type .bd ul li p:hover,.cp_type .bd ul li.on p{background: #fef4f4;}
.cp_type .bd ul li p:hover a,.cp_type .bd ul li.on p a{color: #da251c;font-weight: bold;}
.cp_type .bd ul li p:hover span{background:url(../images/sidebar-active.png) center center no-repeat;}
.cp_type .bd ul li.on p span{background:url(../images/sidebar-icon.png) center center no-repeat;}
.cp_type .bd ul li div a:hover{color:#e51e25; font-weight:bold;}
.cp_type .bd a.pro_ckqb{display:block;height:34px;line-height:34px;font-size:16px;color:#fff;background:#00984b;width:100%;margin:10px auto;text-align:center;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;cursor:pointer;}
.cp_type .bd a.pro_ckqb:hover{background:#00984b;color:#fff;}
.sidebar-til1 { background: #fffefe !important; }
.cp_type1 .hd{ background:#fffefe;}
@media screen and (max-width:1199px) and (min-width:1080px) {

}
@media screen and (max-width:1079px) and (min-width:1024px) {
    .h_left{width:26%;}
	.cp_type .hd p{font-size:24px;}
	.cp_type .bd ul li p a{font-size:15px;}
	.cp_type .bd ul li div a{font-size:14px;}
	.cp_type .bd ul li div a{height:44px;line-height:44px;}
	.cp_type .bd ul li p span{background-size: 10px;}
	.cp_type .bd ul li.on p span{background-size: 10px;}
	.cp_type .bd ul li p:hover span{background-size: 10px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
     .h_left{width:100%;margin-bottom:20px;}
	.cp_type .hd p:before{display:none;}
	.cp_type .hd{background:#fff url(../images/down1.png) 94% center no-repeat;padding: 5px 3%;text-align:left;overflow:hidden;}
	.cp_type .hd.on{background:#fff url(../images/up1.png) 94% center no-repeat;}
	.cp_type .hd span{display: block; font-style: italic; float: left; height: 40px; line-height: 40px;}
	.cp_type .hd p{padding: 0; display: block; font-size: 22px; float: left; line-height: 40px; min-width: 88px; margin: 0 10px 0 0;}
	.cp_type .bd{display:none;}
	.cp_type .bd ul li p a{font-size:15px;}
	.cp_type .bd ul li div a{font-size:14px;}
	.cp_type .bd ul li div a{height:44px;line-height:44px;}
	.cp_type .bd ul li p span{background-size: 10px;}
	.cp_type .bd ul li.on p span{background-size: 10px;}
	.cp_type .bd ul li p:hover span{background-size: 10px;}
	.cp_type1 .hd{ background:#fffefe;}
	.cp_type2 .hd{ background:#fff;}
	.sidebar-til1 { background: #fffefe url(../images/down1.png) 94% center no-repeat!important; padding: 5px 3%;text-align:left;overflow:hidden;}
	.sidebar-til1.on{background:#fffefe url(../images/up1.png) 94% center no-repeat;}
}
@media screen and (max-width:767px) {
	.h_left{width:100%; margin-bottom:20px;}
	.cp_type .hd p:before{display:none;}
	.cp_type .hd{background:#fff url(../images/down1.png) 94% center no-repeat;padding: 5px 3%;text-align:left;overflow:hidden;}
	.cp_type .hd.on{background:#fff url(../images/up1.png) 94% center no-repeat;}
	.cp_type .hd span{display: block; font-style: italic; float: left; height: 40px; line-height: 40px;}
	.cp_type .hd p{padding: 0; display: block; font-size: 22px; float: left; line-height: 40px; min-width: 88px; margin: 0 10px 0 0;}
	.cp_type .bd{display:none;}
	.cp_type .bd ul li p a{font-size:15px;}
	.cp_type .bd ul li div a{font-size:14px;}
	.cp_type .bd ul li p{height:48px;line-height:48px;}
	.cp_type .bd ul li div a{height:44px;line-height:44px;}
	.cp_type .bd ul li p span{background-size: 10px;}
	.cp_type .bd ul li.on p span{background-size: 10px;}
	.cp_type .bd ul li p:hover span{background-size: 10px;}
	.cp_type1 .hd{ background:#fffefe;}
	.cp_type2 .hd{ background:#fff;}
	.sidebar-til1 { background: #fffefe url(../images/down1.png) 94% center no-repeat!important; padding: 5px 3%;text-align:left;overflow:hidden;}
	.sidebar-til1.on{background:#fffefe url(../images/up1.png) 94% center no-repeat;}
	
}





.product-wrapper { margin: 24px auto 0; }
.side-content { width:74%; }
.pro-item { float: left; width: 31.3333%; height: 300px; border: 1px solid #f0f0f0; background-color: #fff; margin: 0 3% 3% 0; position:relative;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; }
.pro-item:nth-child(3n) { margin-right: 0; }
.pro-item .pic a { display: block; height: 250px; text-align: center; display: table-cell; vertical-align: middle; border-bottom: 1px solid #e6e6e6; width:100%; justify-content: center; align-items: center; display: -webkit-box; -webkit-box-pack: center; -webkit-box-align: center; }
.pro-item .pic img { vertical-align: middle; max-width: 95%; max-height: 95%;transition: all 0.5s ease; }
.pro-item p a { display: block; padding: 0 10px; height: 35px; line-height: 35px; font-size: 15px; color: #666; position: relative; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-top: 8px; text-align: center; }
.pro-item:hover p a { color: #da251c; }
.pro-item:hover .pic img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.pro-item .pro_hover{display:none;position:absolute;top:-1px;left:-1px;width:100%;height:300px;background:rgba(229,30,37,.9);}
.pro-item .pro_hover p{font-size:15px;color:#fff;line-height:24px;width:100%;padding:0 20px;text-align:center;margin-top:100px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;margin: 100px auto auto auto;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.pro-item .pro_hover a{font-size:15px;display:block;width:162px;height:40px;line-height:40px;text-align:center;color:#fff;border:1px solid #fff;margin:0 auto;margin-top:30px;}
@media screen and (max-width:1199px) and (min-width:1080px) {
	
}
@media screen and (max-width:1079px) and (min-width:1024px) {
.side-content{ width:71%;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
.side-content { width:100%; float:none;}
}
@media (max-width: 767px) {
.side-content { width:100%; float:none;}
.pro-item{ width:48%; height:250px;}
.pro-item .pic a{ height:200px;}
.pro-item:nth-child(2n) { margin-right: 0; }
.pro-item:nth-child(3n) { margin-right: 3%; }
.pro-item:nth-child(6n) { margin-right: 0; }
.pro-item .pro_hover{ height:250px;}
}



.producter { width: 96%; float: left; padding: 20px 2%; }
.producter .pro-item { float: left; width: 290px; height: 300px; border: 1px solid #f0f0f0; background-color: #fff; margin: 0 27px 15px 0; position:relative;}
.producter .pro-item:nth-child(3n) { margin-right: 0; }
.producter .pro-item .pic a { display: block; height: 250px; text-align: center; display: table-cell; vertical-align: middle; border-bottom: 1px solid #e6e6e6; width: 290px; justify-content: center; align-items: center; display: -webkit-box; -webkit-box-pack: center; -webkit-box-align: center; }
.producter .pro-item .pic img { vertical-align: middle; max-width: 100%; max-height: 100%; transition: all 0.5s ease; }
.producter .pro-item p a { display: block; padding: 0 10px; height: 35px; line-height: 35px; font-size: 15px; color: #666; position: relative; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-top: 8px; text-align: center; }
.producter .pro-item:hover p a { color: #da251c; }
.producter .pro-item:hover .pic img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.news-wrapper { min-height: 300px; }
.news02 { width: 604px; }
.pro-fl { width: 286px; }
/* 关于我们 */
.sidebar-til.about:before { background-image: url(../images/about-icon.png); }
.cooperation { border-radius: 6px; background-color: #fff; padding: 0 20px 20px; margin-bottom: 40px; }
.sider2-til { border-bottom: 1px solid #d2d2d2; height: 60px; position: relative; padding-left: 61px; margin-bottom: 20px; }
.cooperation .sider2-til:before { content: ""; position: absolute; width: 40px; height: 38px; background: url(../images/cooperation-icon.png) no-repeat; top: 12px; left: 6px; }
.contact2.cooperation .sider2-til:before { content: ""; position: absolute; width: 45px; height: 34px; background: url(../images/contact-icon.png) no-repeat; top: 12px; left: 6px; }
.sider2-til h2 { font-size: 22px; color: #000; font-weight: normal; padding-top: 4px; }
.sider2-til p { font-size: 14px; color: #000; font-family: arial; line-height: 1; }
.cooperation li { margin-bottom: 10px; }
.contact2&gt;p { font-size: 14px; line-height: 24px; color: #666; }
.contact2&gt;p span { color: #e51e25; }
.contact2 .pic { margin-bottom: 8px; }
.contact2 b { font-size: 16px; }
.column-wrapper { width: 875px; background-color: #fff; }
.cw-til { border-bottom: 3px solid #e6e6e6; height: 60px; }
.cw-til .h2 { position: absolute; font-size: 20px; color: #676767; line-height: 1; font-weight: normal; border-bottom: 3px solid #de1d23; padding: 24px 20px 16px; }
.cw-til .crumbs { margin-right: 20px; padding-top: 24px; color: #999; max-width: 600px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cw-til .crumbs span.red { color: #e51e25; }
.cw-til .crumbs .crumbs-home:before { content: ""; display: inline-block; height: 10px; background: url(../images/home-icon.png) no-repeat; vertical-align: middle; margin-right: 5px; margin-top: -1px; }
.bj { width: 100%; }
.box { width: 100%; padding-top: 30px; padding-bottom: 30px; background: #f5f5f5; }
.zj { width: 1300px; margin: 0px auto; clear: both; overflow:hidden;}
@media screen and (max-width:1300px) and (min-width:1200px) {
.zj {width:95%;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
.zj {width:95%;}
}
@media screen and (max-width:1079px) and (min-width:768px) {
.zj {width:95%;}
}
@media screen and (max-width:767px) {
.zj {width:95%;}
}
.zuozi { width: 188px; float: left; height: 33px; background: url(../images/zuozi.png) no-repeat; }
.zuozi_l { width: 96px; float: left; text-align: center; font-size: 16px; font-weight: bold; color: #fff; line-height: 30px; }
.zuozi_r { width: 92px; float: left; text-align: center; font-size: 14px; color: #fff; line-height: 30px; }
.zuozi2 { width: 250px; float: left; height: 33px; background: url(../images/zuozi2.png) no-repeat; }
.zuozi2 .zuozi_l { width: 128px; float: left; text-align: center; font-size: 16px; font-weight: bold; color: #fff; line-height: 30px; }
.zuozi2 .zuozi_r { width: 118px; float: left; text-align: center; font-size: 14px; color: #fff; line-height: 30px; }
.about_k { width: 645px; height: 230px; float: left; padding: 10px; border: 1px #f1f1f1 solid; background: #fff; margin-top: 15px; }
.about_l { width: 270px; height: 230px; float: left; }
.about_r { width: 360px; height: 230px; overflow: hidden; float: right; line-height: 1.9; font-size: 14px; color: #555; }
.zuozi1 { float: left; height: 33px; }
.zuozi_l1 { float: left; text-align: center; font-size: 30px; font-weight: bold; color: #333; line-height: 30px; }
.product { width: 994px; float: left; }
.contact { width: 420px; float: right; }
.contact_t { width: 100%; float: left; height: 33px; }
.contact_n { width: 100%; float: left; background: #fff; margin-top: 15px; height: 245px; border: 1px #f1f1f1 solid; }
.contact_l { width: 240px; float: left; padding: 10px; }
.lx { width: 270px; float: left; margin-left: 20px; }
.lx_t { width: 270px; float: left; height: 35px; line-height: 35px; font-size: 16px; color: #fff; }
.lx_n { width: 270px; float: left; line-height: 1.9; font-size: 14px; color: #fff; }
.left { width: 23%; float: left; }
@media screen and (max-width:1199px) and (min-width:1080px) {
	
}
@media screen and (max-width:1079px) and (min-width:1024px) {
.left{ width:26%;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
.left{ width:100%;}
}
@media (max-width: 767px) {
.left{ width:100%;}
}
.sidebar .d1 { background-color: #fefbfb; padding-top: 18px; overflow: hidden; display: none; }
.sidebar .d1 p { padding-left: 58px; margin-bottom: 16px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.sidebar .d1 a { font-size: 14px; color: #999; }
.sidebar .d1 a.on, .sidebar .d1 a:hover { font-weight: bold; color: #e51e25; }
#sidebar2 li { border-top: none; }
.pro-detail { padding: 18px 20px; }
.cptd { padding: 8px 20px; }
.cptd p { font-size: 14px; line-height: 30px; color: #666; }
.tab5-nav { height: 38px; border: 1px solid #f0f0f0; border-radius: 5px; margin-top: 20px; overflow: hidden; }
.tab5-main { display: none; padding-top: 15px; color: #555; line-height: 24px; padding-bottom: 20px; }
.tab5-nav a { width: 118px; line-height: 38px; text-align: center; float: left; border-right: 1px solid #f0f0f0; font-size: 14px; color: #666; transition: all .3s; }
.tab5-nav a.active, .tab5-nav a:hover { background-color: #e51e25; color: #fff; }
.tableProDetails { border-collapse: collapse; margin-top: 20px; }
.tableProDetails th, .tableProDetails td { padding: 0.4em 0.6em; font-size: 12px; line-height: 24px; color: #333; border: 1px solid #e51e25; background-color: #FFFFFF; }
.tableProDetails th, .tableProDetails td.thead { background-color: #fef4f4; text-align: left; font-weight: normal; }
.right { width: 970px; float: right; }
.right_2 { width: 100%; }
.right_k { width: 100%; float: left; }
.right_t { width: 100%; float: left; height: 33px; padding: 0 0 20px; }
.weizhi { float: right; height: 33px; line-height: 33px; color: #555; font-size:15px; max-width: 80%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.weizhi a { color: #555; }
.weizhi a:hover { color: #e51e25; }
@media screen and (max-width:1199px) and (min-width:1080px) {
	
}
@media screen and (max-width:1079px) and (min-width:1024px) {

}
@media screen and (max-width:1023px) and (min-width:768px) {

}
@media (max-width: 767px) {
.weizhi{ float:left;max-width: 100%;}
.right_t{ height:auto;}
.zuozi_l1{ margin-right:20px;}
}
.right_n { width: 100%; float: left; min-height: 400px; }
.abouter { width: 96%; float: left; padding: 20px 2%; background-color: #fff;}
.biaoti { width: 100%;line-height: 35px; font-size: 24px; text-align: center; font-weight: bold; margin: 15px 0 0; color: #333; padding-bottom: 10px; }
.fabiao { width: 100%; height: 25px; line-height: 25px; padding-bottom: 12px; border-bottom: 1px #e6e6e6 dashed; text-align: center; color: #999999; }
.abouter_n { width: 100%; line-height: 30px; font-size: 14px; margin-top: 10px; color: #777777; min-height: 500px; }
.abouter_n p { line-height: 30px; }
.jianjie { width: 100%; padding-bottom: 20px; }
.jianjie_t { width: 893px; float: left; height: 35px; border-bottom: 1px #ccc solid; }
.jianjie_z { float: left; height: 34px; line-height: 34px; font-size: 16px; width: 100px; text-align: center; background: #f1f1f1; border-left: 1px #ccc solid; border-right: 1px #ccc solid; border-top: 1px #ccc solid; }
.jianjie_n { width: 100%; line-height: 1.9; font-size: 14px; margin-top: 10px; margin-bottom: 18px; overflow: hidden; }
.zuochan {float: left;width: 46%;}
.left-pro { width: 100%; height: 490px; margin: 0; padding: 0; }
.left-pro .t1 { width: 100px; float: left; }
.left-pro .t2 { width: 100%; text-indent: 0; float: left; height: 500px; background: #fff; }
.left-pro .t2 .proimg_bk { width: 100%; height: 100%; }
.left-pro .t2 .proimg_bk .proimg { width: 100%; height: 100%; }
.left-pro .t2 .proimg_bk .proimg a { display: block; width: 100%; height: 100%; text-align: center; }
.left-pro .t2 .proimg_bk img { vertical-align: middle; max-width: 100%; max-height: 100%; }
.left-pro .t2 .proimg_bk .proimg a .iblock { display: inline-block; height: 100%; width: 0; vertical-align: middle }
.right_pro { width: 50%; float: right; }
.jjt { width: 100%; overflow: hidden; line-height: 32px; color: #333; font-size: 26px; font-weight: bold; margin: 0 auto 20px; padding: 0; float: left; }
.jjn { width: 100%; float: left; font-size: 15px; line-height: 1.9; color: #999; padding: 0; overflow: hidden; }
.jjn .miaoshu { width: 100%; overflow: hidden; margin: 0 auto 20px; padding: 10px; font-size: 16px; color: #555; line-height: 24px; overflow: hidden; background-color: #f8f8f8; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; }
.jjn .miaoshu span { display: block; width: 100%; height: 72px; overflow: hidden; line-height: 24px; color: #999; font-size: 14px; text-align: justify; margin: 0 auto; padding: 0; }
.jjn .miaoshu span br { display: none; }
.pro_liuyan { width: 100%; float: left; height: 52px; margin-top: 20px; }
.pro_liuyan a { display: block; width: 48%; height: 60px; line-height: 60px; background: #333; color: #fff; font-size: 18px; text-align: center; float: left; border-radius: 2px; margin: 0 4% 0 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; }
.pro_liuyan a img{vertical-align: middle;}
.pro_liuyan a.pro_zx2 { margin: 0; background: #e51e25; }
#tabs2 { position: absolute; border-bottom: 1px #D7D7D7 solid; width: 893px; background: #fff }
.menub1_1 { font-weight: bold; background: #e51e25; width: 120px; cursor: pointer; color: #fff; line-height: 40px; height: 40px; text-align: center; font-size: 15px; }
.menub1_2 { font-weight: normal; background: url(../images/di.png) no-repeat left center; float: left; width: 100px; cursor: pointer; color: #fff; line-height: 35px; height: 35px; text-align: center }
.menugtab { padding: 10px; border-top: #f1f1f1 1px solid; text-align: left; line-height: 1.9; }
.menugtab a { margin: 0px 10px; }
.pro_bd .pro_bd_l { width:100%; float: left; }
.pro_bd .pro_bd_r { width: 74%; float: right; }
.pro_more { display: block; background: #e51e25; height: 30px; line-height: 30px; text-align: center; color: #fff; }
.fenpian { width: 100%; margin-top: 20px; padding-top: 20px; border-top: 1px solid #f1f1f1; }
.l { width: 100%; float: left; height: 26px; line-height: 26px; font-size: 14px; color: #555; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.l a { color: #555; }
.l a:hover { color: #e51e25; }
.fenye { text-align: center; margin: 30px auto; color: #555; font-size:14px;}
.fenye a { display: inline-block; padding: 0 10px; background: #eaeaea; height: 30px; line-height: 30px; text-align: center; margin: 0 5px; border-radius: 2px; color: #555; font-size:14px;}
.fenye a:hover { background: #e51e25; color: #ffffff; }
.fenye a.pnnum1 { background: #e51e25; color: #ffffff; }
.fenye input { display: inline-block; padding: 0 5px; background-color: #e51e25; width: 40px !important; height: 30px !important; line-height: 30px; text-align: center; margin: 0 5px; color: #fff; cursor: pointer; border: 0; outline:none;}
.fenye .p_input { display: inline-block; padding: 0 5px; background: #eaeaea; height: 30px; line-height: 30px; text-align: center; margin: 0 5px; color: #555; cursor: default;}
@media screen and (max-width:1199px) and (min-width:1080px) {
	
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.fenye { margin:25px auto;}
	.pro_bd .pro_bd_r{ width:71%;}
	
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.fenye { margin: 20px auto;}
	.zuochan{ width:100%;}
	.right_pro{ width:100%; margin-top:20px;}
	.pro_bd .pro_bd_r{ width:100%;}
}
@media (max-width: 767px) {
	.fenye { margin:20px auto; font-size:0;}
	.fenye input, .fenye .p_input { display:none;}
	.fenye a { height: 40px; line-height: 40px; padding: 0 20px;}
	.zuochan{ width:100%;}
	.right_pro{ width:100%; margin-top:20px;}
	.pro_bd .pro_bd_r{ width:100%;}
	.pro_liuyan a{ height:50px; line-height:50px;}


}
.gxtime { height: 40px; line-height: 40px; font-size: 16px; color: #555; }
.gxtime span { color: #e51e25; font-size: 14px; }
.productlist { padding: 10px 0 20px; }
.productlist li { margin-bottom: 3px; border-bottom: 1px dashed #f1f1f1; }
.productlist li .bax { padding: 18px; overflow: hidden; }
.productlist li .bax .img { float: left; width: 24%; }
.productlist li .bax .img a { display: block; width: 100%; height: 180px; text-align: center; overflow: hidden; background: #fff; border: 1px solid #f1f1f1; }
.productlist li .bax .img a img { max-width: 97%; max-height: 97%; vertical-align: middle; -webkit-transition: all 1s; transition: all 1s; }
.productlist li .bax .img a .iblock { display: inline-block; height: 100%; width: 0; vertical-align: middle }
.productlist li .bax .img a:hover img { -webkit-transform: scale(1.12); transform: scale(1.12); }
.productlist li .bax .info { width: 73%; float: right; }
.productlist li .bax .info .t a { font-size: 16px; height: 40px; line-height: 40px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; width: 100%; color: #666; }
.productlist li .bax .info .desc { color: #999; font-size: 14px; height: 70px; line-height: 24px; margin-bottom: 18px; overflow: hidden; }
.productlist li .bax .info .others { color: #828282; font-size: 14px; height: 32px; line-height: 30px; overflow: hidden; margin-top: 38px; }
.productlist li .bax .info .others i { color: #e51e25; font-style: normal; }
.productlist li .bax .info .others span { display: block; float: left; margin-right: 15px; height: 30px; line-height: 30px; padding: 0 15px 0 32px; background: #fff; border: 1px solid #f1f1f1; font-size: 12px; max-width: 122px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.productlist li .bax .info .others span.cs1 { background: #fff url(../images/cs1.png) no-repeat 10px center; }
.productlist li .bax .info .others span.cs2 { background: #fff url(../images/cs2.png) no-repeat 10px center; }
.productlist li .bax .info .others span.cs3 { background: #fff url(../images/cs3.png) no-repeat 10px center; }
.productlist li .bax .info .others span.cs4 { background: #fff url(../images/cs4.png) no-repeat 10px center; }
.productlist li .bax .info .info-btn { overflow: hidden; display: block; }
.productlist li .bax .info .info-btn .btn1 { display: block; float: left; margin-right: 20px; height: 30px; line-height: 30px; padding: 0 10px; font-size: 12px; background-color: #3879b9; border: none; color: #fff; }
.productlist li .bax .info .info-btn .btn2 { display: block; float: left; height: 30px; line-height: 30px; padding: 0 10px; font-size: 12px; background-color: #FF9C00; border: none; color: #fff; }
.productlist li .bax .info .info-btn .btn1:hover { opacity: .8; filter: alpha(opacity=80); }
.productlist li .bax .info .info-btn .btn2:hover { opacity: .8; filter: alpha(opacity=80); }
.productlist li:hover .info .t a { color: #e51e25; }
@media screen and (max-width:1199px) and (min-width:1080px) {
	
}
@media screen and (max-width:1079px) and (min-width:1024px) {

}
@media screen and (max-width:1023px) and (min-width:768px) {

}
@media (max-width: 767px) {
.productlist li .bax .img{ width:100%;}
.productlist li .bax .info{ width:100%; margin-top:10px;}
}



.news_list { min-height: 400px; }
.news_list li { position: relative; width: 96%; float: left; max-height: 142px; padding: 25px 2%; border-bottom: 1px solid #ededed; overflow: hidden; background: #fff;}
.news_list li .tlt { display: block; height: 28px; line-height: 28px; font-size: 16px; color: #666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .3s ease-in; }
.news_list li .time { display: block; color: #999; font-size: 14px; margin: 5px 0 10px 0; padding-left: 20px; -webkit-transition: all .3s ease-in; position: relative; }
.news_list li .time:before { content: ''; display: block; width: 16px; height: 1px; background: #999; position: absolute; top: 50%; left: 0; -webkit-transition: all .3s ease-in; }
.news_list li .desc { max-width:92%; line-height: 22px; color: #999; font-size: 14px; -webkit-transition: all .3s ease-in; height: 44px; overflow: hidden; }
.news_list li .news-ico { position: absolute; top: 64px; right: 50px; display: block; width: 31px; height: 31px; background: url(../images/news_icon.png) no-repeat; -webkit-transition: all .3s ease-in; }
.news_list li .news-ico a { display: block; width: 100%; height: 100%; cursor: pointer; }
.news_list li:hover { background: #fbfbfb; }
.news_list li:hover .tlt { padding-left: 15px; color: #e51e25; }
.news_list li:hover .time { padding-left: 35px; }
.news_list li:hover .time:before { left: 15px; }
.news_list li:hover .desc { padding-left: 15px; }
.news_list li:hover i.news-ico { right: 35px; }
@media screen and (max-width:1199px) and (min-width:1080px) {
	
}
@media screen and (max-width:1079px) and (min-width:1024px) {

}
@media screen and (max-width:1023px) and (min-width:768px) {
.news_list li .news-ico{ right:2%;}
}
@media (max-width: 767px) {
.news_list li .news-ico { display:none;}
}

.down_list { padding: 30px; background-color:#fff;}
.down_list li { background: #f5f5f5; overflow: hidden; margin-bottom: 20px; }
.down_list li .tlt { display: block; float: left; padding-left: 56px; font-size: 16px; color: #555; background: url(../images/sj8.gif) no-repeat 30px center; width: 65%; height: 60px; line-height: 60px; transition: all 0.3s linear 0s; -webkit-transition: all 0.3s linear 0s; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.down_list li .time { float: right; width: 25%; text-align: right; font-size: 15px; color: #666; height: 60px; line-height: 60px; transition: all 0.3s linear 0s; -webkit-transition: all 0.3s linear 0s; padding-right: 2%; }
.down_list li .time .btn { width: 76px; height: 26px; line-height: 26px; display: inline-block; margin: 16px 0 0 26px; vertical-align: top; background: #e51e25; text-align: center; color: #fff; font-size: 14px; }
.down_list li .time .btn img { transition: all 0.3s linear 0s; -webkit-transition: all 0.3s linear 0s; }
.down_list li .desc { float: left; padding: 0 20px 0 56px; font-size: 14px; color: #999; line-height: 24px; margin-top: -5px; margin-bottom: 20px; height: 70px; overflow: hidden; }
.down_list li:hover .tlt { color: #e51e25; padding-left: 64px; background: url(../images/sj8.gif) no-repeat 40px center; }
.down_list li:hover .time { color: #e51e25; }
.down_list li:hover .time .btn { filter: Alpha(Opacity=80); opacity: 0.8; }
.down_wj { padding-bottom: 20px; text-align: center; }
.down_wj a { display: inline-block; width: 120px; height: 40px; line-height: 40px; text-align: center; font-size: 15px; border: 1px solid #dcdcdc; margin: 0 auto; color: #777; }
.down_wj a:first-child { border: 1px solid #e51e25; background: #e51e25; color: #fff; }
.down_wj a:hover { border: 1px solid #e51e25; background: #e51e25; color: #fff; }

@media screen and (max-width:1199px) and (min-width:1080px) {
	
}
@media screen and (max-width:1079px) and (min-width:1024px) {

}
@media screen and (max-width:1023px) and (min-width:768px) {
.down_list{ padding:10px;}
.down_list li .tlt{padding-left:30px;background: url(../images/sj8.gif) no-repeat 15px center; width:100%; float:none; height:40px; line-height:40px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; margin-top:5px;}
.down_list li .time { width:100%; float:none; text-align:left; height:30px; line-height:60px; padding-left:30px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.down_list li .time .btn{ float:right; margin-bottom:15px;}
.down_list li .desc{ padding-left:30px; margin-top:10px;}

}
@media (max-width: 767px) {
.down_list{ padding:10px;}
.down_list li .tlt{padding-left:30px;background: url(../images/sj8.gif) no-repeat 15px center; width:100%; float:none; height:40px; line-height:40px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; margin-top:5px;}
.down_list li .time { width:100%; float:none; text-align:left; height:30px; line-height:60px; padding-left:30px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.down_list li .time .btn{ float:right; margin-bottom:15px;}
.down_list li .desc{ padding-left:30px; margin-top:10px;}
}
/*联系我们*/
.ly_contact { width: 100%; overflow: hidden; margin: 10px auto 0; padding: 0; }
.ly_contact .lxfs { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; border-top: 1px solid #d9d9d9; border-right: 1px solid #d9d9d9; border-bottom: 1px solid #d9d9d9; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; }
.lxfs ul li { width: 33.333333%; height: 400px; overflow: hidden; margin: 0; padding: 0; border-left: 1px solid #d9d9d9; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; }
.lx_icon { width: 128px; height: 128px; overflow: hidden; margin: 70px auto; padding: 0; background-color: #f8f8f8; border-radius: 50%; }
.lxfs ul li h3 { width: 100%; height: 20px; overflow: hidden; line-height: 20px; color: #666; font-size: 16px; text-align: center; margin: 0 auto 10px; padding: 0 2%; }
.lxfs ul li p { width: 96%; height: 60px; overflow: hidden; line-height: 30px; color: #222; font-size: 16px; font-family: "Arial"; text-align: center; margin: 0 auto; padding: 0; }
.lx_ewm { width: 100%; height: 440px; overflow: hidden; margin: 40px auto; padding: 0; background: url(../images/bg_weixin.jpg) center center no-repeat; background-size: cover; }
.lx_ewm h3 { width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #fff; font-size: 32px; text-align: center; margin: 80px auto 0; padding: 0; }
.lx_ewm p { width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: #fff; font-size: 16px; text-align: center; margin: 0 auto; padding: 0; }
.lx_ewm .ewm{ width:330px; margin:0 auto; padding:0; text-align:center;}
.lx_ewm .ewm img:first-child{ margin-right:10px;}
.lx_ewm img { float:left;display: block; width: 160px; height: 160px; overflow: hidden; margin: 40px auto; padding: 0; }
.lymap {width: 100%;height: 380px;overflow: hidden;margin: 40px auto 10px;padding: 9px;border: 1px solid #eaeaea;box-sizing: border-box;}@media screen and (max-width:1199px) and (min-width:1080px) {
	
}
@media screen and (max-width:1079px) and (min-width:1024px) {

}
@media screen and (max-width:1023px) and (min-width:768px) {
.lxfs ul li:nth-child(2) p{ overflow:visible; word-break:break-all;}
}
@media (max-width: 767px) {
.lxfs ul li { width:100%; height:280px;}
.lx_icon{ margin:30px auto;}

}
@media (max-width: 375px) {
.lx_ewm{ height:380px;}
.lx_ewm .ewm{ width:210px;}
.lx_ewm img{ width:100px; height:100px;}
}

/**产品详情页产品图片切换**/
.prodetail_img { width: 100%; height: 490px; margin: 0; padding: 0; box-sizing: border-box; float: left; }
#preview { width: 100%; margin: 0; text-align: center; position: relative; }
.list-h li { float: left; }
#spec-n5 { width: 100%; height: 80px; padding-top: 10px; overflow: hidden; }
#spec-left { width: 16px; height: 64px; float: left; cursor: pointer; margin-top: 3px; }
#spec-right { width: 16px; height: 64px; float: left; cursor: pointer; margin-top: 3px; }
#spec-list { width: 440px; float: left; overflow: hidden; margin-left: 2px; display: inline; }
#spec-list ul { }
#spec-list ul li {float: left;display: inline;padding: 0 10px 0 0;width: 20%;height: 80px;margin: 0;box-sizing: border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
#spec-list ul li:last-child { padding: 0; }
#spec-list ul li p {width: 100%;height: 78px;overflow: hidden;margin: 0;padding: 0;border: 1px solid #eaeaea;position: relative;box-sizing: border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
#spec-list ul li:hover p { border: 1px solid #e51e25; }
#spec-list ul li img { display: block; max-width: 94%; max-height: 94%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
/*jqzoom*/
.jqzoom { position: relative; width: 100%; height: 400px; overflow: hidden; padding: 0; border: 1px solid #eaeaea; box-sizing: border-box; }
.jqzoom img { display: block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.zoomdiv { z-index: 100; position: absolute; top: 1px; left: 0px; background: url(i/loading.gif) #fff no-repeat center center; border: 1px solid #eaeaea; display: none; text-align: center; overflow: hidden; left: 600px!important; top: 0!important; }
.bigimg { }
.jqZoomPup { width: 200px!important; height: 200px!important; z-index: 10; visibility: hidden; position: absolute; top: 0px; left: 0px; background: url(../images/mask.png) 0 0 repeat; opacity: 0.5; -moz-opacity: 0.5; -khtml-opacity: 0.5; filter: alpha(Opacity=50); cursor: move; }
#spec-list {position: relative;width: 100%;margin: 0;}
#spec-list div { width: 580px!important; height: 70px!important; margin: 0; }
#ceshi { display: block; margin: auto!important; left: 0; top: 0; bottom: 0; right: 0; }
.prodetail_img a.videoIco { left: 20px!important; bottom: 20px!important; z-index: 99!important; }
.Warning { width: 100%!important; height: 100%!important; }

/*侧边漂浮*/
.client-2 {position:fixed;right:-170px;top:30%;z-index:999;}
.client-2 li a {text-decoration:none;}
.client-2 li {margin-top:1px;clear:both;height:71px;position:relative;}
.client-2 li i {background:url(../images/fx.png) no-repeat;display:block;width:30px;height:27px;margin:0px auto;text-align:center;}
.client-2 li p {height:20px;font-size:14px;line-height:20px;overflow:hidden;text-align:center;color:#fff;}
.client-2 .my-kefu-qq i {background-position:4px 5px;}
.client-2 .my-kefu-tel i {background-position:0 -21px;}
.client-2 .my-kefu-liuyan{ display:none;}
.client-2 .my-kefu-liuyan i {background-position:4px -53px;}
.client-2 .my-kefu-weixin i {background-position:-34px 4px;}
.client-2 .my-kefu-weibo i {background-position:-30px -22px;}
.client-2 .my-kefu-ftop {display:none;}
.client-2 .my-kefu-ftop i {width:33px;height:35px;background-position:-27px -51px;}
.client-2 .my-kefu-left {float:left;width:77px;height:47px;position:relative;}
.client-2 .my-kefu-tel-right {font-size:15px;color:#fff;float:left;height:24px;line-height:22px;padding:0 15px;border-left:1px solid #fff;margin-top:14px;}
.client-2 .my-kefu-right {width:20px;}
.client-2 .my-kefu-tel-main {background:#d7241d;color:#fff;height:56px;width:247px;padding:9px 0 6px;float:left;}
.client-2 .my-kefu-main {background:#d7241d;width:97px;height:56px;position:relative;padding:9px 0 6px;float:left;}
.client-2 .my-kefu-weixin-pic {position:absolute;left:-130px;top:-24px;display:none;z-index:333;}
.my-kefu-weixin-pic img {width:115px;height:115px;}
@media screen and (max-width:1199px) and (min-width:1080px) {

}
@media screen and (max-width:1079px) and (min-width:768px) {

	.client-2{top:75%;}
	.client-2 .my-kefu-left{display:none;}
	.client-2{right:10px;}
	.client-2 li{height:45px;margin-bottom:10px;left:0 !important;}
	.client-2 li.my-kefu-liuyan{display:none;}
	.client-2 li.my-kefu-weixin{display:none;}
	.client-2 .my-kefu-tel-main{width:45px;height:45px;padding:0;border-radius: 50%;background-image: linear-gradient(to top right, #00a9c2, #2996f9);opacity: 0.9;}
	.client-2 .my-kefu-tel-right{font-size:0;border-left:0;width:100%;height:100%;padding:0;margin:0;float:none;display:block;background:url(../images/suspension-bgxin.png) center center no-repeat;}
	.client-2 .my-kefu-main{width:45px;height:45px;padding:0;background-image: linear-gradient(to top right, #34ad6a, yellow);border-radius: 50%;}
	.client-2 .my-kefu-right{font-size:0;border-left:0;width:100%;height:100%;padding:0;margin:0;float:none;display:block;background:url(../images/suspension-bgxin1.png) center center no-repeat;}
	.client-2 .my-kefu-ftop{display:block !important;left:auto !important;}
	
}
@media screen and (max-width:767px) {

	.client-2{top:75%;}
	.client-2 .my-kefu-left{display:none;}
	.client-2{right:10px;}
	.client-2 li{height:45px;margin-bottom:10px;left:0 !important;}
	.client-2 li.my-kefu-liuyan{display:none;}
	.client-2 li.my-kefu-weixin{display:none;}
	.client-2 .my-kefu-tel-main{width:45px;height:45px;padding:0;border-radius: 50%;background-image: linear-gradient(to top right, #00a9c2, #2996f9);opacity: 0.9;}
	.client-2 .my-kefu-tel-right{font-size:0;border-left:0;width:100%;height:100%;padding:0;margin:0;float:none;display:block;background:url(../images/suspension-bgxin.png) center center no-repeat;}
	.client-2 .my-kefu-main{width:45px;height:45px;padding:0;background-image: linear-gradient(to top right, #34ad6a, yellow);border-radius: 50%;}
	.client-2 .my-kefu-right{font-size:0;border-left:0;width:100%;height:100%;padding:0;margin:0;float:none;display:block;background:url(../images/suspension-bgxin1.png) center center no-repeat;}
	.client-2 .my-kefu-ftop{display:block !important;left:auto !important;}
}


#in_lk_box {padding: 20px 0; background-color: #f5f5f5; }
#in_lk_box p {margin:0 auto; line-height: 26px; color: #555; font-size: 15px; }
#in_lk_box p a { padding-right: 10px; color: #555; }
#in_lk_box p a:hover { color: #e51e25; }
@media screen and (max-width:1199px) and (min-width:1080px) {
	
}
@media screen and (max-width:1079px) and (min-width:1024px) {
#in_lk_box p { width:96%;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
		#preview { width:100%;}
	.jqzoom { width:100%;height: 285px;}
	.zoomdiv,.jqZoomPup { display:none !important;}
#in_lk_box p { width:96%;}
}
@media (max-width: 767px) {
#in_lk_box p { width:96%;}
}
/*homeCont3首页关于我们*/
#Content3 .homeCont3 { width: 100%; overflow: hidden; margin: 40px auto; padding: 30px 0 50px; background: #fff; }
#Content3 .homeTit3 { width: 100%; overflow: hidden; margin: 0 auto 40px; padding: 0; }
.homeTit3 .tit1 { width: 100%; color: #f0f0f0; font-size: 36px; font-weight: bold; text-align: center; text-transform: uppercase; margin: 0; padding: 0; font-family: 'Impact'!important; font-size: 80px; }
.homeTit3 .tit2 { width: 100%; height: 70px; color: #333; font-size: 40px; text-align: center; margin: 0; padding: 0; margin-top: -75px; font-weight: bold; }
.homeTit3 .tit2 span { color: #e51e25; }
.homeTit3 .tit3 { text-align: center; font-size: 18px; letter-spacing: 1px; }
.homeTit3 .line { float: left; width: 399px; height: 100%; border: 12px solid #f8f8f8; position: absolute; left: 83px; top: 0; z-index: 1; display: none; }
#Content3 .aboutL { width: 100%; overflow: hidden; margin: 0 auto; box-sizing: border-box; }
#Content3 .aboutL .info { width: 100%; height: auto; margin: 0 auto 40px; padding: 0 }
#Content3 .aboutL .info b.ab_name { display: block; width: 100%; overflow: hidden; color: #121515; font-size: 24px; font-weight: bold; text-align: center; margin: 0 auto 20px; padding: 0; }
#Content3 .aboutL .info p.info_con { width: 100%; overflow: hidden; line-height: 32px; color: #565656; font-size: 16px; text-align: center; margin: 0 auto 40px; padding: 0; height:120px; }
#Content3 .aboutL .info .more { display: block; width: 188px; height: 48px; line-height: 48px; color: #fff; font-size: 16px; background-color: #e51e25; border-radius: 24px; text-transform: uppercase; text-align: center; margin: 20px auto 0; padding: 0; }
#Content3 .aboutL .info .more img { display: inline-block; vertical-align: top; position: relative; width: 24px; height: 9px; margin: 19px 0 0 10px; }
#Content3 .aboutR { float: right; width: 48.92%; position: relative; line-height: 0; display: none; }
#Content3 .aboutR .img { float: left; width: 100%; line-height: 0; position: relative; z-index: 1; }
#Content3 .aboutR .tit { float: left; position: absolute; left: 20%; bottom: 0; z-index: 6; font-family: Arial; font-weight: bold; font-size: 94px; color: #000000; opacity: 0.1; filter: alpha(opacity=10); text-transform: uppercase; line-height: 70px; letter-spacing: 8px; }
.ab_list { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; }
.ab_list ul li { width: 31.333333%; overflow: hidden; margin: 0 3% 0 0; padding: 0; float: left; }
.ab_list ul li .ab_icon { width: 110px; height: 110px; overflow: hidden; margin: 0 auto; padding: 0; background-color: #fff; border: 1px solid #eaeaea; border-radius: 50%; }
.ab_list ul li .ab_icon img { display: block; width: 60px; height: 60px; overflow: hidden; margin: 25px auto; padding: 0; }
.ab_list ul li:hover .ab_icon img { webkit-transform: rotateY(360deg); -moz-transform: rotateY(360deg); -ms-transform: rotateY(360deg); -o-transform: rotateY(360deg); transform: rotateY(360deg); -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s; }
.ab_list ul li p { width: 100%; overflow: hidden; margin: 20px auto 10px; padding: 0; color: #121515; font-size: 22px; text-align: center; }
.ab_list ul li:hover p { color: #e51e25; }
.ab_list ul li span { display: block; width: 100%; max-height: 40px; overflow: hidden; line-height: 20px; margin: 0 auto; padding: 0; color: #999; font-size: 14px; text-align: center; }
.ab_list ul li:nth-child(3){ margin-right:0;}
@media screen and (max- width:1199px) and (min-width:1080px) {
	
}
@media screen and (max-width:1079px) and (min-width:1024px) {

}
@media screen and (max-width:1023px) and (min-width:768px) {
.homeTit3 .tit1{ font-size:70px;}
}
@media (max-width: 767px) {
	#Content3 .homeCont3{ padding:30px 0 20px;}
.homeTit3 .tit1 { font-size:50px;}
.homeTit3 .tit2{ font-size:35px;margin-top: -55px; height:60px;}
.ab_list ul li{ width:100%; margin-bottom:15px;}
}


/*首页新闻*/
.news-wrapper .homeTit3 .tit1 { color: #e8e8e8; }
.news02-til { border-bottom: 1px solid #ddd; margin-bottom: 30px; }
.news02-til .h2 { font-size: 24px; color: #3e3e3e; line-height: 1; padding-bottom: 8px; font-weight: bold; border-bottom: 2px solid #e51e25; }
.news02-til .nt-more { color: #808080; line-height: 30px; }
.new { width: 65%; min-height: 378px;margin-top: 40px; padding: 0; }
.newbar { height: 40px; background-color: #fff; border-bottom: 1px solid #eaeaea; }
.newbar ul li { width: 120px; float: left; height: 40px; font-size: 16px; font-weight: bold; text-align: center; background: url(../images/linebg.jpg) 0 0 repeat-x; background-size: 100% 100%; color: #fff; display: inline-block; height: 40px; line-height: 40px; }
.newbar span { margin: 12px 20px 0 0; font-size: 14px; }
.n_con dl { height: 134px; padding-bottom: 20px; }
.n_con dl dt{width: 30%;position: relative;height: 134px;background: #fff;}
.n_con dl dt img { max-width: 100%;max-height: 100%;position: absolute;display: block;top: 0;left: 0;bottom: 0;right: 0; margin: auto; }
.n_con dl dd { width: 67%; overflow: hidden; float:right;}
.n_con dl dd .news_tlt a { display: block; font-size: 22px; color: #333; font-weight: bold; height: 40px; line-height: 40px; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.n_con dl dd .news_tlt a:hover { color: #e51e25; }
.n_con dl dd p { width: 100%; height: 48px; overflow: hidden; line-height: 24px; color: #666; font-size: 14px; text-align: justify; margin:6px auto 12px; padding: 0; position: relative; }
.n_con dl dd span { display: block; width: 100%; height: 20px; overflow: hidden; line-height: 20px; color: #aaa; font-size: 14px; margin: 0 auto; padding: 0; }
.n_con dl dd span a { display: block; height: 20px; overflow: hidden; line-height: 20px; color: #0f7adb; font-size: 15px; text-align: center; background-color: #fff; margin: 0; padding: 0; float: right; }
.n_con dl dd em { float: right; text-align: right; display: block; }
.n_con ul li { height: 35px; line-height: 35px; overflow: hidden; background: url(../images/dd.gif) no-repeat left center; color: #6e6b6b; margin: 0 3% 0 0; padding: 0 0 0 20px; float: left; width:48%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; }
.n_con ul li:nth-child(2n+2) { margin: 0; }
.n_con ul li a { color: #333; font-size: 15px; display: block; overflow: hidden; width:70%; white-space: nowrap; text-overflow: ellipsis; }
.n_con ul li span { color: #999; }
.n_con ul .nobot { border-bottom: 0; }
.n_con ul li a:hover { color: #e51e25; }
.cinuo_wt { width:30%; padding: 0 9px; margin: 40px auto; }
.cinuo_wt .cinuo_wtm { width: 100%; min-height: 318px; float: left; margin-right: 12px; padding: 0; }
.cinuo_wt dl { height: auto; overflow: hidden; margin-bottom: 20px; }
.cinuo_wt dl dt { height: 44px; overflow: hidden; margin-bottom: 5px; background: url(../images/h_nsw.gif) no-repeat; padding-left: 30px; }
.cinuo_wt dl dt a { font-size: 16px; color: #333; }
.cinuo_wt dl dt a:hover { color: #e51e25; }
.cinuo_wt dl dt a { display: block; width: 100%; height: 20px; overflow: hidden; line-height: 20px; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 4px; }
.cinuo_wt dl dt span { display: block; width: 100%; height: 20px; overflow: hidden; line-height: 20px; color: #999; font-size: 12px; }
.cinuo_wt dl dd { height: 45px; line-height: 22px; padding-left: 30px; font-size: 14px; color: #666; }
@media screen and (max-width:1199px) and (min-width:1080px) {
	
}
@media screen and (max-width:1079px) and (min-width:1024px) {
.cinuo_wt{ margin:40px auto 0;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
.n_con ul li a{ font-size:14px; width:65%;}
.cinuo_wt{ margin:40px auto 0;}
}
@media (max-width: 767px) {
.new{ width:100%; float:none; overflow:hidden;}
.cinuo_wt{ width:100%; float:none; padding:0; margin:30px auto;}
.n_con ul li{ width:100%; margin:0;}
.n_con ul li a{ font-size:14px; width:65%;}
}


/*相关文章*/  
.ny_left{ width:100%; margin-bottom:20px;}
.xgwz{ clear:both;}
.list_new { padding-bottom: 20px; padding-top: 10px; min-height: 50px; background:#fff;}
.list_new li { width: 100%; height: 45px; line-height: 45px; text-align: left; overflow: hidden;  border-bottom: none; border-bottom: 1px solid #ededed;border-top:0;}
.list_new li a { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; display: block;height: 45px; line-height: 45px; font-size:15px; padding:0 0 0 6%; color:#333; }
.list_new li:before{top:17px;}
.list_new li a:hover{color:#d7241d ;}
@media screen and (max-width:1023px) and (min-width:768px) {

}
@media (max-width: 767px) {
.list_new{ min-height:auto;}
}
/**在线留言样式修改**/
.ly_msg h3 { display: none!important; }
.ly_msg ul li { margin: 0 auto 20px!important; color: #999; font-size: 14px; line-height: 44px; }
.ly_msg ul li h4 { width: 10%!important; height: 44px!important; line-height: 44px!important; }
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_ipt12, .ly_msg ul li .msg_ipt2 { height: 44px!important; background: url(/images/tb_img.png) right center no-repeat!important; }
.ly_msg ul li .msg_ipt2, .msg_ipt2 input { width: 160px!important; font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-seri !important; }
.msg_ipt1 input, .msg_ipt12 input, .msg_ipt2 input { height: 44px!important; font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-seri !important; }
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_ipt12, .ly_msg ul li .msg_tara { width: 88%!important; font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-seri !important; }
.msg_ipt1 input, .msg_ipt12 input, .msg_ipt2 input, .msg_tara textarea { font-size: 14px!important; background-color: #f8f8f8!important; border: none!important; font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-seri !important; }
.ly_msg ul li .msg_ipt1 #selPvc { height: 44px!important; line-height: 44px!important; color: #666!important; font-size: 14px!important; background-color: #f8f8f8!important; border: none!important; padding: 0 15px!important; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; }
.ly_msg ul li a.yzm_img { width: 120px!important; height: 44px!important; background: url(/images/tb_img.png) right center no-repeat!important; }
.ly_msg ul li a.yzm_img img { display: block; width: 100%!important; height: 100%!important; }
.ly_msg ul li .msg_btn { width: 88%!important; }
.msg_btn input { width: 160px!important; height: 44px!important; line-height: 44px!important; color: #fff!important; font-size: 15px!important; text-align: center!important; border: none!important; background-color: #e51e25!important; cursor: pointer!important; font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-seri !important; }
.msg_btn input:last-child { background-color: #3b3b3b!important; }
.msg_btn input:last-child:hover { background-color: #3b3b3b!important; }


/*内页关于我们*/
/*1、公司简介*/
.ny_about_gsjj{margin:30px auto;}
.ny_about_tlt{width:100%; text-align:center; color:#333333; font-size:30px; line-height:40px; position:relative; padding-bottom:12px;}
.ny_about_tlt:after{ position:absolute; left:50%; bottom:0; content:''; background:#e81816; margin-left:-33px; width:66px; height:2px;}
.ny_about_gsjj .aboutC1{  width:100%;color:#666666; font-size:16px; line-height:36px; margin:30px 0 0 0; padding:0 0;}
.ny_about_gsjj .aboutC1 p{font-size:16px; line-height:36px; }
.ny_about_gsjj .aboutC1 p br { display:none;}
.ny_about_gsjj .about1{ width:100%;overflow: hidden;margin-bottom:30px;}
.ny_about_gsjj .aboutC2{ float:left; width:90%; margin:29px 0 0 0; padding:40px 5%;}
.ny_about_gsjj .aboutC2 .cont{ float:right; width:50%; background: #e81816;background: rgb(232, 24, 22,.8);text-align:center; color:#fff; font-size:18px; line-height:36px; padding:40px;}
.ny_about_gsjj .aboutC2 .cont .p1{ float:left; width:100%; margin:36px 0 62px 0; color:#fff; font-size:18px; }
.ny_about_gsjj .aboutC2 .cont .p0{ float:left; width:100%; line-height:0;}
.ny_about_tjcp{padding-top:0;}

/*2、推荐产品*/
.ab_ckbox{ overflow:inherit !important;}
.ny_honor_scoll{width:100%;padding:30px 0 0;position:relative;}
.ny_honor_scoll .item{min-height: 240px; overflow:hidden;}
.ny_honor_scoll .swiper-button-prev,.ny_honor_scoll .swiper-button-next{ background:url(../images/jiantou_l.png) center center no-repeat; width:45px; height:45px; position:absolute; left:-65px; top:50%;margin-top:-22px;cursor:pointer;}
.ny_honor_scoll .swiper-button-next{ left:auto; right:-65px;  background:url(../images/jiantou_r.png) center center no-repeat; }
.ny_honor_scoll .content-slider{}
.lSSlideOuter .lSPager{display:none;}
.ny_honor_scoll .content-slider  li{width:22.75%;margin-right:3%;margin-bottom:30px;transition:all .3s;float:left;}
.ny_honor_scoll .content-slider  li:nth-child(4n){margin-right:0;}
.ny_honor_scoll .content-slider  li .pro-item{display:block;width:100%;height:240px;background:#fff;text-align:center;overflow:hidden;position:relative;border:1px solid #dedede;box-sizing: border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.ny_honor_scoll .content-slider  li .pro-item img{max-width:95%;max-height:95%;vertical-align:middle;-webkit-transition: all .6s;-moz-transition: all .6s;-ms-transition: all .6s;-o-transition: all .6s;transition: all .6s;}
.ny_honor_scoll .content-slider  li .pro-item .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.ny_honor_scoll .content-slider  li:hover .pic:after{content:'';display:block;width:100%;height:100%;background:rgba(232,24,22,.8) url(../images/pro_hover.png) center center no-repeat;position:absolute;top:0;left:0;}
.ny_honor_scoll .content-slider  li .wz{overflow:hidden; border-bottom:1px solid #dedede; border-top:0;padding: 10px 0 18px;}
.ny_honor_scoll .content-slider li .wz .tlt{display:block;height: 34px;line-height: 34px;color: #333;font-size: 16px;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;overflow: hidden;text-overflow: ellipsis;white-space:nowrap;background:url(../images/h_pro_jt.png) right center no-repeat;}
.ny_honor_scoll .content-slider  li .wz p{height:20px;line-height:20px;font-size:14px;color: #999;border-radius:24px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.ny_honor_scoll .content-slider  li:hover .wz .tlt{color:#e81816;}
.ny_honor_scoll .content-slider  li:hover .pro-item img{transform:scale(1.1);-ms-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);-moz-transform:scale(1.1);}
.ny_honor_scoll .content-slider  li:hover .pro-item{border:1px solid #e81816;}

/*3、企业文化*/
.ny_about_qywh{padding:0;}
.ny_about_qywh ul.conn{padding-top:40px;}
.ny_about_qywh ul.conn li{background:#fff;border-radius:10px;float:left;margin-right:2%;width:23.5%;padding:40px 0;-webkit-transition: all .3s;-moz-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.ny_about_qywh ul.conn li:nth-child(4n){margin-right:0;}
.ny_about_qywh ul.conn li .icon{width:94px;height:94px;border-radius:50%;overflow:hidden;background:#e81816;margin:0 auto 22px;}
.ny_about_qywh ul.conn li.a1 .icon{background:#e81816 url(../images/qywh_icon1_1.png) center center no-repeat;}
.ny_about_qywh ul.conn li.a2 .icon{background:#e81816 url(../images/qywh_icon2_1.png) center center no-repeat;}
.ny_about_qywh ul.conn li.a3 .icon{background:#e81816 url(../images/qywh_icon3_1.png) center center no-repeat;}
.ny_about_qywh ul.conn li.a4 .icon{background:#e81816 url(../images/qywh_icon4_1.png) center center no-repeat;}
.ny_about_qywh ul.conn li.a1:hover .icon{background:#fff url(../images/qywh_icon1_2.png) center center no-repeat;}
.ny_about_qywh ul.conn li.a2:hover .icon{background:#fff url(../images/qywh_icon2_2.png) center center no-repeat;}
.ny_about_qywh ul.conn li.a3:hover .icon{background:#fff url(../images/qywh_icon3_2.png) center center no-repeat;}
.ny_about_qywh ul.conn li.a4:hover .icon{background:#fff url(../images/qywh_icon4_2.png) center center no-repeat;}
.ny_about_qywh ul.conn li p{font-size:18px;color:#555;text-align:center;padding:0 4%;}
.ny_about_qywh ul.conn li em{display:block;width:40px;height:1px;background:#dedede;margin:15px auto;}
.ny_about_qywh ul.conn li span{display:block;text-align:center;font-size:14px;color:#555;padding:0 4%;height: 39px;overflow: hidden;}
.ny_about_qywh ul.conn li:hover{background:#e81816;}
.ny_about_qywh ul.conn li:hover p{color:#fff;}
.ny_about_qywh ul.conn li:hover em{background:#fff;}
.ny_about_qywh ul.conn li:hover span{color:#fff;}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.ny_honor_scoll{padding:40px 0 25px;}
	.ny_honor_scoll .item{overflow: hidden;}
	.ny_honor_scoll .lSPrev, .ny_honor_scoll .lSNext{display:none;}
}
@media screen and (max-width:1079px) and (min-width:768px) {
	.ny_honor_scoll{padding:40px 0 25px;}
	.ny_honor_scoll .item{overflow: hidden;}
	.ny_honor_scoll .lSPrev, .ny_honor_scoll .lSNext{display:none;}
	.ny_honor_scoll .content-slider  li .pic{height:166px;}
	.ny_honor_scoll .content-slider  li{margin-bottom:18px;}
	.ny_honor_scoll .content-slider  li .wz {padding: 3px 0 12px;}
	.ny_honor_scoll .content-slider  li .wz .tlt{font-size: 15px;height: 30px;line-height: 30px;}
	.ny_about_gsjj .aboutC2 .cont{width:80%;}
	.ny_about_gsjj .aboutC2 .cont .p1{font-size:16px;}
	.ny_about_tlt{font-size:24px;}
	.ny_about_qywh{padding: 0px 0 6px;}
	
}
@media screen and (max-width:767px) {
	.ny_about_gsjj{margin-bottom:20px;}
	.ny_honor_scoll{ padding: 32px 0 0px;}
	.ny_honor_scoll .item{overflow: hidden;min-height: 180px;}
	.ny_honor_scoll .content-slider  li{width:48.5%;}
	.ny_honor_scoll .content-slider  li:nth-child(2n){margin-right:0;}
	.ny_honor_scoll .content-slider  li .pic{height:135px;}
	.ny_honor_scoll .content-slider  li{margin-bottom:18px;}
	.ny_honor_scoll .content-slider  li .wz {padding: 9px 0 12px;}
	.ny_honor_scoll .content-slider  li .wz .tlt{font-size: 15px;height:26px;line-height: 26px;background:none;}
	.ny_about_gsjj .aboutC2{background-size:contain !important;padding: 0 0;margin: 15px 0 0 0;width:100%;}
	.ny_about_gsjj .aboutC2 .cont{width:94%;padding:15px 3%;}
	.ny_about_gsjj .aboutC2 .cont .p1{font-size:16px;}
	.ny_about_gsjj .aboutC2 .cont .p0{display:none;}
	.ny_about_gsjj .aboutC1 p{font-size:15px;line-height: 30px;}
	.ny_about_tlt{font-size:22px;padding-bottom: 12px;}
	.ny_about_qywh{padding: 0px 0 6px;}
	.ny_about_qywh ul.conn li{width:100%;margin-right:0;margin-bottom:16px;padding: 22px 0;}
	.ny_about_tjcp {padding-top: 0px;}
	
}

.ny_content_bd{min-height:600px;padding-top:15px;}

#ly_msg.ly_msg { margin:0 auto!important;}
</pre></body></html>